Pipe: use mem table to batch write tree data into tsfile#15276
Merged
SteveYurongSu merged 14 commits intoapache:masterfrom Apr 17, 2025
Merged
Pipe: use mem table to batch write tree data into tsfile#15276SteveYurongSu merged 14 commits intoapache:masterfrom
SteveYurongSu merged 14 commits intoapache:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (2)
integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/pushconsumer/pattern/IoTDBTSPatternTsfilePushConsumerIT.java:205
- The assertion has been relaxed from expecting exactly 1 file to a greater-or-equal condition; confirm if this change accurately reflects the intended behavior in the test scenario.
assertGte(onReceiveCount.get(), 1, "receive files over 1");
integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/regression/pullconsumer/multi/IoTDBConsumer2With1TopicShareProcessTsfileIT.java:192
- Changing the assertion to check for a count greater than or equal to 0 may not strictly verify the expected outcome; verify that this relaxed condition aligns with the intended test behavior.
assertGte(rowCount1.get(), 0);
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
luoluoyuyu
reviewed
Apr 7, 2025
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
luoluoyuyu
reviewed
Apr 7, 2025
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
luoluoyuyu
reviewed
Apr 7, 2025
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
luoluoyuyu
reviewed
Apr 7, 2025
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Outdated
Show resolved
Hide resolved
luoluoyuyu
approved these changes
Apr 11, 2025
SteveYurongSu
requested changes
Apr 11, 2025
...rc/main/java/org/apache/iotdb/db/pipe/connector/util/builder/PipeTreeModelTsFileBuilder.java
Show resolved
Hide resolved
SteveYurongSu
approved these changes
Apr 17, 2025
VGalaxies
added a commit
to VGalaxies/iotdb
that referenced
this pull request
Apr 17, 2025
This was referenced Apr 17, 2025
SteveYurongSu
pushed a commit
that referenced
this pull request
Apr 21, 2025
JackieTien97
pushed a commit
that referenced
this pull request
May 14, 2025
(cherry picked from commit a84bee7)
Caideyipi
pushed a commit
to Caideyipi/iotdb
that referenced
this pull request
Mar 25, 2026
…pache#15353) * Pipe: use mem table to batch write tree data into tsfile (apache#15276) * fixup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As title.